Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Text Handling Functions /


JMDisposeTextRef

Removes a text object.

OSStatus JMDisposeTextRef(JMTextRef textRef);
textRef
The text object you want to remove.
function result
A result code; see "JManager Result Codes".
DISCUSSION
If you create a text object, it is your responsibility to dispose of it after use.

SEE ALSO
The JMNewTextRef function.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997